home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / DHTML - Window and Frames / channel-modw-window.izs < prev    next >
Text File  |  2005-09-02  |  1KB  |  64 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Channel Mode Window Opener Script
  4. <!/TITLE>
  5.  
  6. <!BROWSER>IE5+<!/BROWSER>
  7.  
  8. <!DESCRIPTION>Opens up a new window in channel mode, with the IE channel bar appearing on the left. 
  9. <!/DESCRIPTION> 
  10.  
  11. <!CATEGORY>window and frames<!/CATEGORY>
  12.  
  13. <!SCRIPT>
  14. <!-- START OF SCRIPT -->
  15. <script>
  16. <!--
  17.  
  18. /*
  19. Channel Mode Window Opener Script- 
  20. ⌐ Dynamic Drive (www.dynamicdrive.com)
  21. For full source code, installation instructions,
  22. 100's more DHTML scripts, and Terms Of
  23. Use, visit dynamicdrive.com
  24. */
  25.  
  26. function channel(){
  27. window.open("../index.html","","channelmode,scrollbars")
  28. }
  29. //-->
  30. </script>
  31. <form>
  32. <input type="button" onClick="channel()" value="Open window">
  33. </form>
  34.  
  35. <!-- END OF SCRIPT -->
  36. <!/SCRIPT>
  37.  
  38. <!PREVIEW>
  39. <!-- START OF SCRIPT -->
  40. <script>
  41. <!--
  42.  
  43. /*
  44. Channel Mode Window Opener Script- 
  45. ⌐ Dynamic Drive (www.dynamicdrive.com)
  46. For full source code, installation instructions,
  47. 100's more DHTML scripts, and Terms Of
  48. Use, visit dynamicdrive.com
  49. */
  50.  
  51. function channel(){
  52. window.open("../index.html","","channelmode,scrollbars")
  53. }
  54. //-->
  55. </script>
  56. <form>
  57. <input type="button" onClick="channel()" value="Open window">
  58. </form>
  59.  
  60.  
  61. <!-- END OF SCRIPT -->
  62. <!/PREVIEW>
  63.  
  64. <!RELATED>NONE<!/RELATED>